home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TREPORTSETUPDIALOG / TREPORTSETUPDIALOG.txt
Text File  |  2008-11-03  |  4KB  |  215 lines

  1. inherited ReportSetupDialog: TReportSetupDialog
  2.   Left = 497
  3.   Top = 359
  4.   Caption = 'Page Setup'
  5.   ClientHeight = 278
  6.   ClientWidth = 465
  7.   OnClose = FormClose
  8.   OnCreate = FormCreate
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object MarginGroupBox: TUiGroupBox
  13.     Left = 8
  14.     Top = 8
  15.     Width = 241
  16.     Height = 121
  17.     Caption = '%'
  18.     TabOrder = 0
  19.     object MarginLeftLbl: TUiLabel
  20.       Left = 39
  21.       Top = 28
  22.       Width = 21
  23.       Height = 13
  24.       Alignment = taRightJustify
  25.       Caption = 'Left:'
  26.       FocusControl = MarginLeftEdit
  27.     end
  28.     object MarginRightLbl: TUiLabel
  29.       Left = 144
  30.       Top = 28
  31.       Width = 28
  32.       Height = 13
  33.       Alignment = taRightJustify
  34.       Caption = 'Right:'
  35.       FocusControl = MarginRightEdit
  36.     end
  37.     object MarginTopLbl: TUiLabel
  38.       Left = 38
  39.       Top = 60
  40.       Width = 22
  41.       Height = 13
  42.       Alignment = taRightJustify
  43.       Caption = 'Top:'
  44.       FocusControl = MarginTopEdit
  45.     end
  46.     object MarginBottomLbl: TUiLabel
  47.       Left = 136
  48.       Top = 60
  49.       Width = 36
  50.       Height = 13
  51.       Alignment = taRightJustify
  52.       Caption = 'Bottom:'
  53.       FocusControl = MarginBottomEdit
  54.     end
  55.     object MarginLeftEdit: TUiEdit
  56.       Left = 64
  57.       Top = 24
  58.       Width = 49
  59.       Height = 21
  60.       TabOrder = 0
  61.       OnChange = MarginEditChange
  62.     end
  63.     object MarginRightEdit: TUiEdit
  64.       Left = 176
  65.       Top = 24
  66.       Width = 49
  67.       Height = 21
  68.       TabOrder = 1
  69.       OnChange = MarginEditChange
  70.     end
  71.     object MarginTopEdit: TUiEdit
  72.       Left = 64
  73.       Top = 56
  74.       Width = 49
  75.       Height = 21
  76.       TabOrder = 2
  77.       OnChange = MarginEditChange
  78.     end
  79.     object MarginBottomEdit: TUiEdit
  80.       Left = 176
  81.       Top = 56
  82.       Width = 49
  83.       Height = 21
  84.       TabOrder = 3
  85.       OnChange = MarginEditChange
  86.     end
  87.     object MarginMaxBtn: TUiButton
  88.       Left = 8
  89.       Top = 88
  90.       Caption = 'Max'
  91.       TabOrder = 4
  92.       OnClick = MarginMaxClick
  93.       AutoSize = asLeft
  94.     end
  95.   end
  96.   object OptionsGroupBox: TUiGroupBox
  97.     Left = 8
  98.     Top = 136
  99.     Width = 241
  100.     Height = 49
  101.     Caption = 'Options'
  102.     TabOrder = 1
  103.     object PageBreaksEdit: TUiCheckBox
  104.       Left = 8
  105.       Top = 24
  106.       Height = 17
  107.       Caption = 'Page breaks between reports'
  108.       TabOrder = 0
  109.     end
  110.   end
  111.   object PreviewGroupBox: TUiGroupBox
  112.     Left = 264
  113.     Top = 8
  114.     Width = 193
  115.     Height = 233
  116.     Caption = 'Preview'
  117.     TabOrder = 2
  118.     object ShadowShape: TShape
  119.       Left = 58
  120.       Top = 44
  121.       Width = 85
  122.       Height = 110
  123.       Brush.Color = clGray
  124.       Pen.Style = psClear
  125.     end
  126.     object PageShape: TShape
  127.       Left = 54
  128.       Top = 40
  129.       Width = 85
  130.       Height = 110
  131.     end
  132.     object MarginShape: TShape
  133.       Left = 62
  134.       Top = 48
  135.       Width = 69
  136.       Height = 95
  137.       Brush.Style = bsClear
  138.       Pen.Style = psDot
  139.     end
  140.     object SampleLbl: TUiLabel
  141.       Left = 84
  142.       Top = 76
  143.       Height = 36
  144.       Caption = 'A'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clWindowText
  147.       Font.Height = -32
  148.       Font.Name = 'Times New Roman'
  149.       Font.Style = [fsBold]
  150.       ParentFont = False
  151.       Transparent = True
  152.     end
  153.     object poPortraitEdit: TUiRadioButton
  154.       Left = 16
  155.       Top = 188
  156.       Height = 17
  157.       Caption = 'Portrait'
  158.       TabOrder = 0
  159.       OnClick = OrientationClick
  160.     end
  161.     object poLandscapeEdit: TUiRadioButton
  162.       Left = 16
  163.       Top = 208
  164.       Height = 17
  165.       Caption = 'Landscape'
  166.       TabOrder = 1
  167.       OnClick = OrientationClick
  168.     end
  169.   end
  170.   object HeaderFontBtn: TUiButton
  171.     Left = 8
  172.     Top = 216
  173.     Caption = '&Header Font...'
  174.     TabOrder = 3
  175.     OnClick = HeaderFontClick
  176.     AutoSize = asLeft
  177.   end
  178.   object BodyFontBtn: TUiButton
  179.     Left = 8
  180.     Top = 248
  181.     Caption = '&Body Font...'
  182.     TabOrder = 4
  183.     OnClick = BodyFontClick
  184.     AutoSize = asLeft
  185.   end
  186.   object OkBtn: TUiButton
  187.     Left = 220
  188.     Top = 248
  189.     Caption = 'OK'
  190.     Default = True
  191.     ModalResult = 1
  192.     TabOrder = 5
  193.     OnClick = OkClick
  194.     AutoSize = asRight
  195.   end
  196.   object CancelBtn: TUiButton
  197.     Left = 300
  198.     Top = 248
  199.     Cancel = True
  200.     Caption = 'Cancel'
  201.     ModalResult = 2
  202.     TabOrder = 6
  203.     AutoSize = asRight
  204.   end
  205.   object SetupBtn: TUiButton
  206.     Left = 380
  207.     Top = 248
  208.     Width = 77
  209.     Caption = 'Print &Setup...'
  210.     TabOrder = 7
  211.     OnClick = SetupClick
  212.     AutoSize = asRight
  213.   end
  214. end
  215.